home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / emulation / fmsx_2.2 / arexx / slower.fmsx < prev    next >
Text File  |  1999-06-14  |  308b  |  18 lines

  1. /*    This is an ARexx script for use with fMSX Amiga.
  2.  
  3.     $VER: slower.fmsx 2.2 (6.6.99)
  4.  
  5.     This script changes the interruptperiod and refreshcycle parameters
  6.     so that fMSX runs a bit slower.
  7. */
  8.  
  9. options results
  10.  
  11. address FMSX.0
  12.  
  13. interruptperiod
  14. interruptperiod result + 300
  15.  
  16. refreshcycle
  17. refreshcycle result - 1
  18.